home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 51
/
Amiga Format CD51 (2000-03-10)(Future Publishing)(GB)[!][issue 2000-04].iso
/
-serious-
/
programming
/
e
/
powerd
/
powerd.readme
< prev
next >
Wrap
Text File
|
2000-01-27
|
1KB
|
40 lines
Short: New powerful programming language v0.11
Author: Martin Kuchinka
Uploader: kuchinka@k332.feld.cvut.cz
Type: dev/e
Version: 0.11, 17.1.2000
Replaces: powerd.lha
Requires: OS3.0,
PhxAss,
PhxLnk
It is not a reworked AmigaE, it is completely new programming language,
which has only similar syntax to AmigaE. Simpliest "hello world" program
has less then 150 bytes. It is quite memory hungry, but 4 megabytes should
be enough for larger projects. It can use linked libraries and objects.
See documentation for more information. It is free.
Currently it may have many bugs and it is not too "fool-proof". If You
want to be a betatester, please e-mail me, you will be welcomed.
If you found some bugs or you have remainders or suggestions, please
e-mail me, opinions are also welcome.
I hope You will use and like it.
PS: All help is welcome.
Changes from 0.10:
- improved LOOP x, where x can be now constant/number
- added binary module support (still very limited)
- added MODULE OPTion
- improved procedure/function finding routines, up to 28 times faster
- added few new functions:
UByte(), UWord(), ULong(), HiBit(), LoHit(), BitCount(),BitSize()
- improved startup files, arg variable now work
- added startup_dosarg.m module and DOSARGONLY OPTion to allow arg variable with dos
opening only
- inlined IF now work better
- removed some bugs in modules and added ExecBase variable
and more...